home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70olapsp3i.exe / MSOLAP / Install / data1.cab / Templ_getst / getstart01.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-10-25  |  2.1 KB  |  158 lines

  1. /* STYLE SHEET FOR THE NON-DHTML GETSTART PAGE: DON'T CHANGE!!
  2. */
  3. Body {font: 12pt Verdana,Arial,Helvetica; 
  4.     bgcolor: "#ffffff";
  5.     font-weight: "normal";
  6.     color: "#000000";
  7.     text-decoration: "none";
  8.     }    
  9.  
  10. .divMaster
  11.     {
  12.     position:absolute;
  13.     top:0%;
  14.     left:0%;
  15.     width:100%;
  16.     height:100%;
  17.     visibility:visible;
  18.     }
  19.  
  20. .divMain 
  21.     {
  22.     position:absolute; 
  23.     z-index:1; 
  24.     width:350px; 
  25.     left:190px; 
  26.     top:180px;
  27.     background-color: "none";
  28.     }
  29.  
  30.  
  31. /* CONCEPTS DIVS
  32. */
  33.  
  34. .divConcepts
  35.     {
  36.     position:absolute;
  37.     left: 56px;
  38.     top: 75px;
  39.     width: 1;
  40.     height: 1;
  41.     z-index: 3;
  42.     background-color: "none";
  43.     }
  44.     
  45. .divConceptsText
  46.     {
  47.     position:absolute;
  48.     top: 60px;
  49.     left: 0px;
  50.     width: 155;
  51.     height: 100;
  52.     z-index: 3;
  53.     background-color: "none";
  54.     }
  55.  
  56.  
  57.  
  58. /* TUTORIAL DIVS
  59. */
  60.  
  61.  
  62. .divTutorialGraphic
  63.     {
  64.     position:absolute;
  65.     top: 75px;
  66.     left: 290px;
  67.     width: 1;
  68.     height: 1;
  69.     z-index: 2;
  70.     background-color: "none";
  71.     }
  72. .divTutorialText
  73.     {
  74.     position:absolute;
  75.     top: 60px;
  76.     left: 0px;
  77.     width: 155;
  78.     height: 100;
  79.     z-index: 3;
  80.     background-color: "none";
  81.     }
  82.  
  83.  
  84.  
  85. /* OLAP Web DIVS
  86. */
  87.  
  88. .divOLAPWebGraphic
  89.     {
  90.     position:absolute;
  91.     left: 60px;
  92.     top: 240px;
  93.     width: 1;
  94.     height: 1;
  95.     z-index: 2;
  96.     background-color: "none";
  97.     }
  98. .divOLAPWebText
  99.     {
  100.     position: absolute;
  101.     top: 60px;
  102.     left: 0px;
  103.     width: 155;
  104.     height: 100;
  105.     z-index: 3;
  106.     font: 14pt Tahoma,Verdana,Arial,Helvetica; 
  107.     background-color: "none";
  108.     font-weight: "normal";
  109.     color: "black";
  110.     text-decoration: "none";
  111.     }
  112.  
  113.  
  114.  
  115. /* SQL Web DIVS
  116. */
  117.  
  118. .divSQLWebGraphic
  119.     {
  120.     position:absolute;
  121.     left: 290px;
  122.     top: 240px;
  123.     width: 1;
  124.     height: 1;
  125.     z-index: 2;
  126.     background-color: "none";
  127.     }
  128. .divSQLWebText
  129.     {
  130.     position: absolute;
  131.     top: 60px;
  132.     left: 0px;
  133.     width: 155;
  134.     height: 100;
  135.     z-index: 3;
  136.     background-color: "none";
  137.     }
  138.  
  139. /* FONT SETTINGS 
  140. */
  141.  
  142. .label {font: 11pt Verdana,Arial,Helvetica; 
  143.     background-color: "none";
  144.     font-weight: "BOLD";
  145.     color: "#000099";
  146.     text-decoration: "none";
  147.     cursor: hand;
  148.     }    
  149.  
  150. .tiptext {font: 9pt Verdana,Arial,Helvetica; 
  151.     background-color: "none";
  152.     font-weight: "normal";
  153.     color: "black";
  154.     text-decoration: "none";
  155.     cursor: arrow;
  156.     }    
  157.  
  158.